home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / mpw yacc ƒ src / mpw-yacc..doc < prev    next >
Text File  |  1989-12-15  |  2KB  |  37 lines

  1. cat mpw-yacc.hqx
  2. Date: Sun, 19 Nov 89 20:22:08 -0500
  3. From: earleh@eleazar.dartmouth.edu (Earle R. Horton)
  4. To: info-mac@sumex-aim.stanford.edu
  5.  
  6. This is a public domain yacc implementation for MPW, containing both
  7. tool and source code.  I glommed the sources from tut.cis.ohio-state.edu,
  8. so thanks to whoever put them there.  What follows is a portion of the
  9. README file contained with the sources, then a Bin Hexed Stuffit archive
  10. containing tool and sources.
  11.  
  12. If you don't want to read the documentation, then the only thing you
  13. really have to know about the tool is that the parser file is stored in
  14. the data fork.  In order for the tool to find the parser file, invoke
  15. it using a script or alias which uses the tool's full pathname.
  16.  
  17. Earle R. Horton
  18.  
  19.     Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been
  20. made as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any
  21. input specification that conforms to the AT&T Yacc documentation.
  22. Specifications that take advantage of undocumented features of AT&T Yacc will
  23. probably be rejected.
  24.  
  25.     Berkeley Yacc is distributed with no warranty whatever.  No contributor
  26. takes responsibility for any consequences of its use.
  27.  
  28.     The source code for Berkeley Yacc is in the public domain.  The data
  29. structures and algorithms used in Berkeley Yacc are all either taken from
  30. documents available to the general public or are inventions of the author.
  31. Anyone may freely distribute unchanged or modified copies of Berkeley Yacc.
  32. However, no proprietary claims should be made on the original code.  Output
  33. generated by Berkeley Yacc may be freely distributed.
  34.  
  35. ...
  36.  
  37.